/*  General style used for the page body.*/
/* Width and padding updated to incorporate PV marketing design elements by Pranoti */
body 

{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	font-family:Verdana;
	font-size: 10pt;
	color: #000;
	height:100%;
	width:98%;
	background:#ffffff;
}

A {font-size:8pt;font-family:Verdana;color:Black}  /* General style for all links */
/*- #banner id updated by pranoti*/
/*New PV logo used, height of banner reduced */
#banner 
{
	margin: 20px 0px 0px 0px;
	padding: 0px;
	border: #a5a5a5 0px solid; 
	background: url(  "../images/PVLogo-Horizontal-Web.jpg" );
	height: 38px;
	background-repeat: no-repeat;
}
#banner #text  /*Used for the "text" DIV on the banner  */
{
	position:absolute;
	right: 10px;
	margin: 22px 0px 0px 0px;
	padding: 22px 0px 0px 0px;
	border: 0px;	
	font-size:14px;	
	color: #ffffff;
	font-weight:bold;
	text-align:right;
}
#banner #image /*Used for the "image" DIV on the banner (This image is set in the code behind and 
				is currently blank in PaymentVision. This image may not be needed.) */
{
	position:static;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;			
	text-align:left;	

}
/*- #footer id updated by pranoti*/
#footer /*The table below the "canvas" that contains the Copyright and Security Statement.*/
{
	width: 100%;
	text-align:left;	
	border-top: thin solid #eaeaea;
	color:#666667;
	font-size:8px;
	font-family:Verdana;
	margin-top:-30px;
	padding-top:10px;	
	
}
/*- #footerText id updated by pranoti*/
/* Image of Autoscribe logo added at footer text */
#footerText /*The DIV inside the footer table.*/
{
	margin: 0px 0px 0px 0px;

	font-family: Verdana;
	vertical-align: top;
	width: 100%;
	padding-bottom:60px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	border: solid 0px black;	
	background-repeat: no-repeat;
	background-position: right;
}
/*- #footerLinks id updated by pranoti*/
/* FooterLink div introduced at footer for links */
#footerLinks
{
	padding-bottom: 10px;
	color: #666667;
	font-family: Verdana;
	border-bottom: thin solid #eaeaea;
	vertical-align: bottom;
}

/*- #footerLinks a id updated by pranoti*/
/*The DIV that contains the links inside the footerText DIV.*/
#footerLinks a 
{
		font-weight:normal;
	text-decoration:none;
	color: #5190d2;
	vertical-align: bottom;
			font-family:Verdana;		
}
 
#footerLinks a:visited  /*This style is used after the links inside the footerLinks DIV have been visited.*/
{
	color:#5190d2;
	text-decoration:none;
	color: #5190d2;
	vertical-align: bottom;
		font-family:Verdana;
}
#canvas_table /*The table inside the "canvas" that contains the"middle_column" */
{
	border-collapse:collapse;
}

/* Tabstrip div was introduced to create a thin top navigation bar without links at login page by Pranoti*/
#TabStrip
{
	float: left;
	width: 100%;
	height: 14px;
	background-image: url( "../images/menubarSM.jpg" );
	font-size: 10pt;
	line-height: normal;
	background-repeat: repeat-x;
}
  
#canvas /*The DIV that contains everything below the banner and above the footer. */
{
	margin: -40px 0px 20px 0px;
	border-bottom: solid 0px green;
	border-top: solid 0px blue;
	table-layout: fixed;
	
}
#middle_column  /* "middle_column" is a column inside the the "canvas_table". */ 
{
	width: 100%;
	vertical-align:top;
	border: solid 0px green;
	padding: 10px 0px 0px 0px;
}
#middle {
	/*  This DIV contains the "infopanel" and "content" DIVs and is inside the "middle_column" */
	padding: 0px 0px 0px 0px;
	width: 430px;
	
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: #a5a5a5 1px solid;
	border-left: #a5a5a5 1px solid;
	border-right: #a5a5a5 1px solid;
	background: #f4f3f4 url( "../images/gradient.jpg" ) repeat-x top;
}
.LoginScreen /* Used by the main table on the login page */
{
	width: 390px;
}
.TextBox, .BigTextBox, .DescriptionTextBox  /* Style for the textboxes on the login page */
{
	border-left: #868484 1px solid;
	border-right: #868484 1px solid;
	border-top: #868484 1px solid;
	border-bottom: #868484 1px solid;
	font-size: 11px;
	width: 210px;
	font-family: Verdana;
	background-color: #ffffff;
  	height: 15px;
	padding: 2px 2px 2px 2px;	
	margin-bottom: 3px;
}
.SmallTextBox  /* Style to display a smaller textbox*/
{
	border-left: #868484 1px solid;
	border-right: #868484 1px solid;
	border-top: #868484 1px solid;
	border-bottom: #868484 1px solid;
	font-size: 11px;
	width: 202px;
	font-family: Verdana;
	background-color:;
  	height: 15px;
	padding: 2px 2px 2px 2px;	
	margin-left: 5px;
}
.FileUploadButton /* This is not used with the login page.  TODO: May need to remove this style */
{

}
.DescriptionTextBox /* This is not used with the login page.  TODO: May need to remove this style */
{
	width: 210px;	
	height: 80px;	
		
}
.FileInput  /* Used for the file input control that uploads the token */
{
	border-left: #868484 1px solid;
	border-right: #868484 1px solid;
	border-top: #868484 1px solid;
	border-bottom: #868484 1px solid;
	font-size: 11px;
	width: 202px;
	font-family: Verdana;
	background-color:;
  	height: 20px;
	padding: 2px 2px 2px 2px;	
	margin-left: 0px;
}
#btnLogin /* Used for the button that initiates the login */
{
	border-left: #868484 1px solid;
	border-right: #868484 1px solid;
	border-top: #868484 1px solid;
	border-bottom: #868484 1px solid;
	font-size: 11px;
	width: 202px;
	font-family: Verdana;
	background-color:;
  	height: 20px;
	padding: 2px 2px 2px 2px;	
	margin-left: 0px;
}

#userIdentity /* The table that contains the user name on the banner. */
{
	position:absolute;
	top: 60px;
	right: 0px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
	border-collapse: collapse;
	border: solid 0px black;
}

#userIdentity  #message /* "message" is a span that contains the label for the user name. */
{
	margin: 0px 0px 0px 0px;
	border: 0px;
	height: 0px;
	border-top: solid 0px black;
	border-left: solid 0px black;
	border-bottom: solid 0px black;
	text-align: right;
	padding-right:5px
}
#userIdentity  #options /* "options" is a span that contains links to pages in PaymentVision.  (For example, "Home" and "Login") */
{
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	border: 0px;
	height: 0px;
	font-size:7pt;
	color: white;
	border: solid 0px black;
	vertical-align:top;
	text-align: right;
}

.modalBackground
{
	FILTER: alpha(opacity=70);
    BACKGROUND-COLOR: gray;
    opacity: 0.7
}

.labelSmall
{
	padding-right: 5px;
	padding-left: 0px;
	font-size: 7pt;
	color: #9E9E9E;
	background: ;
	vertical-align: middle;
	border-bottom: ;
	font-family: Verdana;
	text-align: left;
	height: 10px	
}

.modalPopupSendTable
{
	border: solid thin #6593C2;
	height: 400px;
}

.modalPopupCompleteTable
{
	border: solid thin #6593C2;
	height: 430px;
}

.modalPopupDropdown
{
	width: 210px;
}

.leftModalPopupTableCell
{
	vertical-align: top;
	width: 25%;
}

.rightModalPopupTableCell
{
	vertical-align:text-top;
}

.modalPopupUserMessage
{
    width: 250px;
    height: 100px;
}

.modalPopup
{
    BORDER-RIGHT: gray 3px solid;
    PADDING-RIGHT: 8px;
    BORDER-TOP: gray 3px solid;
    PADDING-LEFT: 8px;
    PADDING-BOTTOM: 8px;
    BORDER-LEFT: gray 3px solid;
    WIDTH: 300px;
    PADDING-TOP: 8px;
    BORDER-BOTTOM: gray 3px solid;
    BACKGROUND-COLOR: #ffffff;
}

.modalPopupLarge
{
    BORDER-RIGHT: gray 3px solid;
    PADDING-RIGHT: 8px;
    BORDER-TOP: gray 3px solid;
    PADDING-LEFT: 8px;
    PADDING-BOTTOM: 8px;
    BORDER-LEFT: gray 3px solid;
    WIDTH: 450px;
    PADDING-TOP: 8px;
    BORDER-BOTTOM: gray 3px solid;
    BACKGROUND-COLOR: #ffffff;
}

#options a /* The "options" style inherits from the general "link" style */
{
	font-size:8pt;
	color: #ffffff;		
}

.PageTitle /* Used for the page title on some pages */
{
	FONT-SIZE: 11px; 
	COLOR: #4b8bcd; 
	font-weight:bold;
	FONT-FAMILY: Verdana;
}

.PageSubTitle /* Used in the home page for the ACHPortalSummary section subtitles */
{
	FONT-SIZE: 11px; 
	COLOR:black; 
	FONT-FAMILY: Verdana;
	Border-bottom: solid thin #4b8bcd;
	height: 25px;
	font-weight:bold;
}

.PageDescription, /* Used on some pages as the page description below the page title */
.SectionDescription 
{
	font-weight: normal;
	font-size: 10px;
	color: dimgray;
	font-family: Verdana;
}

/* style for controls */
.Button, .FileUpload  /* Style used for most buttons */
{
	background-color: #6593C2;
	border: solid 0px #6593C2;
	font-size: 10pt;
	font-family: Verdana;
	color:White;
	width:65px;
}

#clsMachineName {visibility:hidden}